QuerySelectorRequest

data class QuerySelectorRequest(nodeId: NodeId, selector: String)

Represents request frame that can be used with DOM#querySelector operation call.

Executes querySelector on a given node.

See also

Constructors

QuerySelectorRequest
Link copied to clipboard
fun QuerySelectorRequest(nodeId: NodeId, selector: String)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node to query upon.
selector
Link copied to clipboard
val selector: String
Selector string.

Sources

jvm source
Link copied to clipboard